Skip to content

Conversation

@Sahil-4555
Copy link

The VM helper functions minStack, minDupStack, and minSwapStack were no-ops—they always returned the first argument and never used the other parameters. This added unnecessary indirection in core/vm. This PR removes these functions and replaces their calls with the direct values they returned. No behavior changes, just cleanup and clearer code.

@gballet
Copy link
Member

gballet commented Nov 27, 2025

This change will not be applied because it is a low-impact cosmetic change. There is no difference in performance, and it doesn't meaningfully improve code quality.

@gballet gballet closed this Nov 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants